/* 置灰 S */
/* body>*:not(.header), 
.header-toolbar,
.header-search-box,
.header-logo .txt{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter:gray;
}
body{position: relative;}
body:before{
  content:"";position: absolute;left:0; right: 0;top:0;bottom:0;z-index: 0;
  inset: 0;
  backdrop-filter: grayscale(100%);
  background: rgba(0, 0, 0, 1);
  mix-blend-mode: color;
  pointer-events: none;
} */
/* 置灰 E  */

.tab-brief > .hd .more a{color: #2C60B6;}
.tab-brief > .hd .more a:hover{color: #274E91;}

.col-lg-l{width: 56%;}
.col-lg-r{width: 44%;}

.row-xwdt{background: url(../images/index/xwdt_bg.png) no-repeat center bottom #fefefe;}
/* 头条 */
.home-tt{text-align: center;}
.home-tt h3{font-size: 2em;line-height: 1.5625;margin-bottom: 16px; color: #2C60B6;font-weight: bold;}
.home-tt h3 a{color: #2C60B6;}

.home-tt span{position: relative;display: inline-block;max-width:33.33%;}
.home-tt span a{color: #5c5c5c;}
.home-tt span a:hover{color: #333;}
.home-tt span + span{padding-left: 40px;padding-right: 1px;}
.home-tt span + span::before{position: absolute;content: ''; left: 18px; width: 1px; height: 14px; background: #d6d6d6;top: 50%;margin-top: -7px;}
@media (max-width: 992px){
  .home-tt h3{white-space: normal;font-size: 1.625em;}
  .home-tt .mes{display: none;}
}

/* index */
.home-btitle{text-align: center;position: relative; color: #224076;}
.home-btitle:after{content:"";height: 1px;position: absolute;left:0;top: 50%;right:0;background: #80a0d3;}
.home-btitle a{font-size: 2em;display: inline-block;font-weight: 700; padding: 0 140px;position: relative;z-index: 1;background: #fff; color: #224076;}
.home-btitle a:before,
.home-btitle a:after{content:"";width: 8px;height: 8px;background: #80a0d3;position: absolute;top: 50%;margin-top: -4px; transform: rotate(45deg);}
.home-btitle a:before{left:0;}
.home-btitle a:after{right:0;}
.home-btitle a .icon{background: url(../images/index/home_tittbg.png) no-repeat center;background-size: auto 100%; width: 48px; height: 70px; float: left; margin-top: -13px;}
.home-btitle a span{position: absolute; color: #e4e9f0; display: block; left: 50%; transform: translateX(-50%); top: 30px;z-index: -1; font-weight: 400;}

@media (max-width: 992px){
  .home-btitle a{font-size: 1.625em;padding: 0 100px;}
  .home-btitle a .icon{background-size: auto 60px;}
}
@media (max-width: 460px){
  .home-btitle a{padding: 0;}
  .home-btitle:after,
  .home-btitle a:before, 
  .home-btitle a:after{display: none;}
}

/* 图片新闻 */
.home-tpxw{position:relative; overflow:hidden;}
/* .home-tpxw .owl-nav>*{width: 40px;height: 70px;margin-top: -35px;background-size: 14px !important;} */
.home-tpxw .imgbox{height: 380px; width: 100%;}
.home-tpxw .imgbox img{display: block;min-width: 100%;min-height: 100%;}
.home-tpxw .txt{position: absolute;left:0;right:0;bottom:0;padding: 0 20px 0 20px;height: 91px;line-height: 70px;color:#fff;background: rgba(0,0,0,.6); text-align: center;}
.home-tpxw .owl-dots{position: absolute; left: 50%;bottom:17px; z-index: 1; transform: translateX(-50%);}
.home-tpxw .owl-dot{float: left; width: 9px;height: 9px;background: #FFF;opacity: .5;margin: 0 3px;border-radius: 50%;}
.home-tpxw .owl-dot.active{opacity: 1; background: #C33335;}
.home-tpxw .owl-carousel{overflow: hidden;}

.home-tpxw .owl-nav>*{
  position: absolute;top: 50%;display: block;width: 30px;height: 50px;margin-top: -25px;
  background: none;z-index: 2;cursor: pointer;
}
.home-tpxw .owl-nav .owl-prev{background: url(/default/xhtml/static/images/public/icon_slide_prev_white.png) no-repeat; width: 14px; height: 27px; left: 20px;background-size: contain;}
.home-tpxw .owl-nav .owl-next{background: url(/default/xhtml/static/images/public/icon_slide_next_white.png) no-repeat; width: 14px; height: 27px; right: 20px;background-size: contain;}

.home-yaowen > .hd{border-bottom: #abbfe2 1px solid;}
.wsbs-tab .tab-brief.underline > .hd li:before,
.home-yaowen.tab-brief.underline > .hd li:before{background: url(../images/public/tab_on.png) no-repeat left; height: 6px;}

.news-links .item{display: block;max-height: 100px;overflow: hidden;}
.news-links .item img{display: block;}
.news-links .owl-nav>*{display: block;}
@media (max-width: 1680px){
  .home-yaowen > .hd li{margin-right: 1.25em;}
}
@media (max-width: 992px){
  .home-tpxw .imgbox{height: auto;max-height: 520px;}
  .home-tpxw .txt{height: 64px;line-height: 40px;}
  .home-tpxw .owl-dots{bottom: 12px;}

  .news-links .item{max-height: 140px;}
}

/* 政务公开 */
.zwgk-col-l{float: left; width: 32.5%;}
.zwgk-col-r{float: left; width: 67.5%;}
.row-zwgk{background: url(../images/index/zwgk_bg.png) no-repeat center bottom #f5f7fa;background-size: 100%;}
.row-zwgk .home-btitle a{background-color: #f6f7fb;}
.zwgk-zfxxgk ul{margin: -20px -10px 0;}
.zwgk-zfxxgk li{width: 50%;float: left;}
.zwgk-zfxxgk li a{display: block;overflow: hidden; margin: 20px 10px 0;text-align: center; background: #fff;height: 106px;border-radius: 2px;position: relative;}
.zwgk-zfxxgk li img{display: block;margin: 20px auto 8px;height: 36px;}
.zwgk-zfxxgk li img.h{display: none;}
.zwgk-zfxxgk li a:hover{font-weight: 700; background: url(../images/index/zwgk_iconbg.jpg) no-repeat center; color: #FFF; background-size: 100% 100%;}
.zwgk-zfxxgk li a:hover img.h{display: block;}
.zwgk-zfxxgk li a:hover img.n{display: none;}

.zwgk-zfgzbg a{color: #FFF;overflow: hidden;display: block;}
.zwgk-zfgzbg a img{display: block;width: 100%;}
.zwgk-zfgzbg p{display: none;font-weight: 700;font-size: 24px; text-align: right;}
.zwgk-zfgzbg a span{color: #FFDA69;display: block;}

/* 我要找政策 */
.zwgk-bk{background: #FFF; border: 1px solid #D0DEF0; min-height: 486px;}
.zwgk-wyzzc{padding:27px 30px;line-height:45px;border-bottom:1px solid #D0DEF0;border-radius:2px;background:url(../images/index/zwgk_wyzzc_bg.png) no-repeat 60px 22px ;background-size: 95px; position:relative;}
.zwgk-wyzzc .tit{color:#000;float:left;font-weight:400;font-size: 1.225em;}
.zwgk-wyzzc .tit span{color:#A81010;}
.zwgk-wyzzc .tit img{height: 39px; margin-left: 7px; margin-top: -4px;}
.zwgk-wyzzc .zc-search{margin-left:150px;}
.zwgk-wyzzc .search-box{padding:0 100px 0 43px;height:45px;line-height:45px;background:url(../images/index/zwgk_wyzc_icon_search.png) no-repeat 15px center #f5f7fa;background-size: 18px; border-radius:5px;overflow: hidden; position:relative; border: 1px solid #c5d1e7;}
.zwgk-wyzzc input,.zwgk-wyzzc button{background:none;border:none;line-height:45px; height: 45px; display:block;font-size:1.125em;}
.zwgk-wyzzc .keyword{width: 100%;}
.zwgk-wyzzc .keyword::-webkit-input-placeholder{color:#5a5a5a;}
.zwgk-wyzzc .btn-sub{width: 82px;height:100%;position:absolute;top:0;right:0;font-weight: 700; background:#E16B65;border-radius: 0 2px 2px 0;color:#fff;cursor:pointer; transition: .3s all;}
.zwgk-wyzzc .btn-sub img{margin:-3px 10px 0 0;width: 18px;vertical-align: middle;}
.zwgk-wyzzc .btn-sub:hover{background: #bd0405;}
.zwgk-zcwj{padding: 0 30px;}
@media (max-width: 640px){
  .zwgk-zcwj,
  .zwgk-wyzzc{padding: 0 20px 20px;}
  .zwgk-wyzzc .tit{float: none;margin: 10px 0;}
  .zwgk-wyzzc .zc-search{margin-left: 0;}
}

/* 网上办事 */
.wsbs-cont{position: relative;}
.wsbs-ban{width: 376px;}
.wsbs-tab{position: absolute;left: 270px;right:0; top:0;bottom: 40px; z-index: 1;}
.wsbs-tab .tab-brief > .hd{border-bottom:none;}
.wsbs-tab .tab-brief > .hd ul{float: right;}
.wsbs-tab .tab-brief > .hd li+li{margin-left: 48px;}
.wsbs-tab .tab-brief > .hd li+li:after{left: -24px;background: #2A5BB4;}
.wsbs-tab .bd ul{height: 377px;overflow: hidden; background: #fff;border: 1px solid #D0DEF0;border-left: none; box-shadow: 0px 2px 36px  rgba(20, 34, 87, 0.1);}
.wsbs-tab .bd li{width: 20%;float: left;}
.wsbs-tab .bd li .box{display: block; height: 184px; position: relative;text-align: center; background: #fff;border: 1px solid #fff;border-top-width: 4px; transition: 0.3s; -webkit-transform: none; transform: none;}
.wsbs-tab .bd li .box img{display: block;height: 50px;margin: 40px auto 20px;}
.wsbs-tab .bd li .box span{display: block; font-size: 1.125em;}
.wsbs-tab .bd li .links{font-size: .875em;opacity: .8;margin-top: 14px;height: 63px;}
.wsbs-tab .bd li .links a+a:before{content:"|";display: inline-block;margin-right: 4px;}
.wsbs-tab .bd li .box:hover{border-color: #C5D7EB;border-top-color: #2C60B6;box-shadow: 0px 2px 39px  rgba(20, 34, 87, 0.1);}
.wsbs-tab .bd li .box:hover .tit{color:#2C60B6;font-weight: 700;}
.wsbs-tab .bd li .box:hover .links a{color: #2050A8;}
.wsbs-tab .bd .more{text-align: right;margin-top: 30px;}
.wsbs-tab .bd .more a{color: #2C60B6;padding: 0 14px 8px;background: url(../images/public/icon_more_arrow_r.png) no-repeat right bottom;background-size: 100%;transition: 0.3s;}
.wsbs-tab .bd .more a:hover{padding-left:0;padding-right: 28px;}
@media (max-width: 1280px){
  .wsbs-ban{display: none;}
  .wsbs-tab{position: static;}
  .wsbs-tab .bd ul{border-left: 1px solid #D0DEF0;height: auto;}
}
@media (max-width: 992px){
  .wsbs-tab .tab-brief > .hd ul{float: left;}
  .wsbs-tab .bd li{width: 33.33%;}
}
@media (max-width: 560px){
  .wsbs-tab .bd li{width: 50%;}
  .wsbs-tab .bd li .box{height: auto; padding-bottom: 20px;}
  .wsbs-tab .bd li .box img{margin-top: 20px; margin-bottom: 10px;}
  .wsbs-tab .bd li .box span{font-size: 1em;}
}
@media (max-width: 380px){
  /* .wsbs-tab .bd li{width: 100%;} */
  .wsbs-tab .tab-brief > .hd li+li{margin-left: 24px;}
  .wsbs-tab .tab-brief > .hd li+li:after{left: -12px;}
}

/* 政民互动 */
.row-zmhd{background: url(../images/index/zmhd_bg.png) no-repeat center bottom #f0f5f9;}
.row-zmhd .home-btitle a{background: #f0f5f9;}
.zmhd-lyzx{position: relative; height: 100px; background: url(../images/index/zmhd_lyzx_bg.png) no-repeat right bottom; overflow: hidden;}
.zmhd-lyzx-tit{position: absolute; left: 22px; top: 0; bottom: 0; background: url(../images/index/zmhd_lyzx_kf.png) no-repeat left center; background-size: 64px 70px; padding-left: 77px;}
.zmhd-lyzx-tit h3{color: #fff; font-size: 2em; padding-top: 30px; line-height: 40px; font-weight: bold;}
.zmhd-lyzx-tytj{display: none; position: absolute; left: 247px; top: 29px; padding: 0 15px; height: 42px; line-height: 40px; border-radius:22px; background: #4494E3; border: 1px solid #70ABE6; color: #FFDC7A; font-size: 1.125em; font-weight: bold;}
.zmhd-lyzx-tytj b{font-size:1.22em;}
.zmhd-lyzx-tytj span + span{margin-left: 20px;}
.zmhd-lyzx-btn{position: absolute; right: 145px; top: 27px;}
.zmhd-lyzx-btn a{float: left; width: 176px; height: 73px; overflow: hidden;}
.zmhd-lyzx-btn a + a{margin-left: 16px;}

.zmhd-mainbox{background: #fff; padding: 30px 20px 10px;}
.zmhd-wmly .hd{border-bottom: 0;}
.zmhd-lytj-list{margin-top: -7px;}
.zmhd-zxft-tt{height: 135px; position: relative; margin-bottom: 20px;}
.zmhd-zxft-tt .pic{position: absolute; left: 0; top: 0; width: 210px; height: 135px;}
.zmhd-zxft-tt .pic img{display: block; width: 100%; height: 100%;}
.zmhd-zxft-tt .txt{position: absolute; left: 230px; top: 0;}
.zmhd-zxft-tt .txt h4{font-size:16px; line-height: 21px; max-height: 63px; -webkit-line-clamp: 3; margin-bottom: 5px;}
.zmhd-zxft-tt .txt h4 a:hover{color: #365FCC;}
.zmhd-zxft-tt .txt .attr{font-size: 14px;}
.zmhd-zxft-tt .txt .attr li{position: relative; line-height: 20px; min-height: 20px;}
.zmhd-zxft-tt .txt .attr li + li{margin-top: 5px;}
.zmhd-zxft-tt .txt .attr li b{position: absolute; left: 0; top: 0; width: 80px; color: #365FCC;}
.zmhd-zxft-tt .txt .attr li span{position: absolute; left: 90px;}

@media (max-width: 1280px){
  .zmhd-lyzx{height:auto; padding: 10px 0 20px; background-size: auto 100%;}
  .zmhd-lyzx-tit{position: static; margin-left: 20px; height: 70px;}
  .zmhd-lyzx-tit h3{padding-top: 15px;}
  .zmhd-lyzx-tytj{position: static; display: inline-block; margin-left: 20px;}
  .zmhd-lyzx-btn{bottom: 0; top: auto;}
}

@media (max-width: 992px){
  .zmhd-lyzx{background: linear-gradient(90deg, rgba(73, 152, 227, 1) 0%, rgba(130, 187, 241, 1) 100%);}
  .zmhd-lyzx-btn{right: 20px; top: 20px;}
  .zmhd-lyzx-btn a{width: 140px;}
  .zmhd-lyzx-tytj{display: block; position: relative; z-index: 2; left: auto; top: auto; right: auto; margin-right: 20px;}
}

@media (max-width: 640px){
  .zmhd-lyzx{padding-bottom: 10px;}
  .zmhd-lyzx-tit{background: none; padding-left: 0; height: 50px;}
  .zmhd-lyzx-tit h3{font-size: 1.25em; padding-top: 0;}
  .zmhd-lyzx-btn{top: 14px; right: 10px;}
  .zmhd-lyzx-btn a + a{margin-left: 10px;}
  .zmhd-lyzx-btn a{width: 100px;}
  .zmhd-lyzx-tytj{font-size: 16px; font-weight: normal; background: none; border: 0; padding: 0; margin: 0 10px; border-top: 1px solid #70ABE6;}
}


/* 专题专栏 */
.home-ztzl .item{display: block;overflow: hidden;}
.home-ztzl .item img{display: block;}


/* 对联 S*/
/* 左右对联 */
.index-duilian{display: none; position: fixed; top: 16%; z-index: 100; overflow: hidden;}
.index-duilian .duilian-close { padding-top: .625em; padding-bottom: .625em; font-size: .9375em; text-align: center;}
.index-duilian .duilian-close a { display: inline-block; width: 80px; height: 16px; text-indent: -9999999px; background: url(../images/public/close.gif) no-repeat center center; overflow: hidden;}
.index-duilian .duilian-box { position: relative; margin-bottom: 5px;}
.index-duilian .duilian-box .duilian-con { text-align: center; overflow: hidden;margin-top: 2px; }
.index-duilian .duilian-box .duilian-con dd img { display: block; max-width: 140px;}
.index-duilian-l { left: 2px;}
.index-duilian-r { right: 2px;}

.index-duilianb{display: none; position:fixed;bottom:2px;width:266px;z-index:999;}
.index-duilianb .tit{font-size:15px;color:#fff;height:30px;line-height:30px;background:#1f528f;padding-left:10px;}
.index-duilianb .conbox{border:1px solid #ccc;border-top:none;overflow:hidden;background:#fff;}

/* 左侧公告 */
.index-duilian-gonggao{left:5px;}
.index-duilian-gonggao .tit span{cursor:pointer;position:absolute;top:0;right:0;width:20px;height:20px;}
.index-duilian-gonggao .conbox{padding:10px;line-height:25px;text-indent:2em;word-wrap:break-word;word-break:break-all;}

/* 右侧热点关注 */
.index-duilian-rdgz{right: 5px;}
.index-duilian-rdgz h2{display: inline-block; color:#fff;font-size:14px;}
.index-duilian-rdgz .icos{font-family: webdings;position: absolute;right:10px;top:0;}
.index-duilian-rdgz .icos a{float: left; color:#fff;height: 30px;padding: 0 5px;margin-left: 3px;}
.index-duilian-rdgz .icos .fold-btn{line-height: 20px;}
.index-duilian-rdgz .icos .fold-btn.gb{line-height: 30px;}
.index-duilian-rdgz .conbox{padding: 10px;}
.index-duilian-rdgz .item{display: block;overflow: hidden;}
.index-duilian-rdgz .item img{display:block;max-width: 100%;min-height: 100%;}
.index-duilian-rdgz .owl-dots{position:absolute;bottom:5px;right:5px;z-index:1;}
.index-duilian-rdgz .owl-dot{float:left;width:16px;height:16px;margin:0 0 0 5px;cursor:pointer;background:#666666;color:#ffffff;text-align:center;line-height:15px;font-size:12px;}
.index-duilian-rdgz .owl-dot.active{background:#c10d0c;color:#fff;}
@media (max-width:1280px){
  .index-duilian,
  .index-duilian-rdgz{display: none!important;}
}
/* 对联 E */

/*240826飘窗*/
#cod2ee{
  width: 320px;
  /* height: 95px; */
  /* padding: 10px; */
  z-index: 99999;
  color: #FFF;
  overflow: hidden;
}
#cod2ee .codclose{
  position: relative;
  height: 25px;
  background: #106ae7;
}
#cod2ee .codclose span{
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}
#cod2ee .codct{
  background: #106ae7;
  height: auto;
  padding: 0 20px 20px 20px;
  font-size:14px;
}